MockServiceWrapper
class MockServiceWrapper(val uuid: UUID = UUID(), val type: Service.Type = Service.Type.PRIMARY, val characteristics: List<RemoteCharacteristicWrapper> = emptyList(), val includedServices: List<RemoteServiceWrapper> = emptyList()) : RemoteServiceWrapper
Constructors
Link copied to clipboard
constructor(uuid: UUID = UUID(), type: Service.Type = Service.Type.PRIMARY, characteristics: List<RemoteCharacteristicWrapper> = emptyList(), includedServices: List<RemoteServiceWrapper> = emptyList())